go/parser.parser.syncCnt (field)

4 uses

	go/parser (current package)
		parser.go#L64: 	syncCnt int       // number of parser.advance calls without progress
		parser.go#L407: 			if p.pos == p.syncPos && p.syncCnt < 10 {
		parser.go#L408: 				p.syncCnt++
		parser.go#L413: 				p.syncCnt = 0